home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / user-download < prev    next >
Text File  |  2008-10-08  |  753b  |  23 lines

  1. # $Id: user-download 559 2007-04-10 23:05:33Z agruen $
  2. # ------------------------------------------------------------------
  3. #
  4. #    Copyright (C) 2002-2006 Novell/SUSE
  5. #
  6. #    This program is free software; you can redistribute it and/or
  7. #    modify it under the terms of version 2 of the GNU General Public
  8. #    License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11.  
  12. # Description: Where common programs should allow users to download
  13. # files
  14.  
  15.   @{HOME}/tmp/**               rwl,
  16.   @{HOME}/download/**          rwl,
  17.   @{HOME}/downloads/**         rwl,
  18.   @{HOME}/[a-zA-Z0-9]*         rwl,
  19.   @{HOME}/Desktop              r,
  20.   @{HOME}/Desktop/*            rwl,
  21.   "@{HOME}/My Downloads/"     r,
  22.   "@{HOME}/My Downloads/**"     rwl,
  23.